var loadImages = GetNetscapePrefBool("general.always_load_images", true, false);
if (!loadImages) {
if (!confirm("Because Netcaster and Netcaster channels are graphically intensive, Netscape recommends you " +
"leave checked the Automatically Load Images item in the Advanced preferences pane. If you continue " +
"without doing so, Netcaster will load, but some graphical elements may be missing or incomplete. Continue?")) {
components["netcaster"].forceCloseNetcaster();
return false;
}
}
if (drawer != null) {
drawer.close();
}
var options = "left=-15000,top=-15000,width="+selectorWidth+",height="+selectorHeight+",titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,dependent=yes,hotkeys=no";
if ("true" == GetNetscapePref("netcaster.alwaysTop", "true", false)) {